@charset "utf-8";
/* CSS Document */

        /* 为标准体系页面添加特定样式 */
        .standards-container {
            max-width: 1200px;
            margin: 20px auto;
            padding: 0 20px;
        }

        .standards-content {
            background-color: white;
            padding: 30px;
            border-radius: 8px;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        }

        .standards-content h1 {
            color: #333;
            border-bottom: 2px solid #007BFF;
            padding-bottom: 10px;
            text-align: center;
        }

        .system-image {
            text-align: center;
            margin: 20px 0;
        }

        .system-image img {
            max-width: 70%;
            height: auto;
            border: 1px solid #ddd;
            border-radius: 4px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); /* 添加轻微阴影 */
        }

        .image-caption {
            text-align: center;
            margin-top: 10px;
            font-style: italic;
            color: #666;
        }
